net/http.Server.protocols (method)
5 uses
net/http (current package)
server.go#L1984: protos := c.server.protocols()
server.go#L3377: if s.protocols().UnencryptedHTTP2() {
server.go#L3490: config.NextProtos = adjustNextProtos(config.NextProtos, s.protocols())
server.go#L3506: func (s *Server) protocols() Protocols {
server.go#L3758: p := s.protocols()
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |